home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / 1660 / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1990-01-28  |  458b  |  16 lines

  1. echo off
  2. cls
  3. echo .
  4. echo Prepare to print the instructions by:
  5. echo   
  6. echo         1 - Making sure that there is enough paper to
  7. echo             print the entire manual.  It requires about 17 pages.
  8. echo   
  9. echo         2 - Making sure your printer is ready and that the print
  10. echo             head is directly over a page break perforation.
  11. echo   
  12. echo  Ready to print....................................
  13. echo .
  14. pause
  15. copy tmanf.doc prn
  16.